Skip to content

deps(dotnet): Bump Splat from 19.2.1 to 20.0.0#93

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Splat-20.0.0
Closed

deps(dotnet): Bump Splat from 19.2.1 to 20.0.0#93
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/nuget/Splat-20.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 14, 2026

Copy link
Copy Markdown
Contributor

Updated Splat from 19.2.1 to 20.0.0.

Release notes

Sourced from Splat's releases.

20.0.0

🗞️ What's Changed

♻️ Refactoring

  • reactiveui/splat@​f0550c64fcc65d26a915fe61bf2044e409617d30 refactor: migrate to StyleSharp analyzers, reach clean -warnaserror across the full solution, and add SonarCloud/CodeQL CI (#​1593) @​glennawatson

🐛 Fixes

  • reactiveui/splat@​7156cd0b0f9a1e9697a46e9ee66a5a5b09c1a91e fix: remove always-false conditions flagged by SonarCloud (#​1604) @​glennawatson
  • reactiveui/splat@​b347e7f85d71bb4fc9428930810e6f3506d231a0 fix: scope InstanceGenericFirstDependencyResolver registration callbacks by service key (#​1603) @​glennawatson

🧹 General Changes

  • reactiveui/splat@​82072ebe8536399a0c94f30bcbb3dde8729913e9 chore(renovate): keep legacy 4.x System.* packages off the v10 monorepo bumps (#​1600) @​glennawatson

✅ Tests

  • reactiveui/splat@​4a1505b6f420dc10fc73eb8c6e7e1a16372b38fc test: raise coverage; remove ancient Xamarin.Forms/UWP runners and Splat.Prism.Forms (#​1601) @​glennawatson

🔗 Full Changelog: reactiveui/splat@v19.4.1...20.0.0

🙌 Contributions

💖 Thanks to all the contributors: @​glennawatson

19.4.1

🔏 19.4.1 — consolidated, re-signed release

This is the recommended release. It supersedes and folds in 19.3.1, which was signed with a code-signing certificate that has since been revoked — NuGet restore fails on it with NU3012. 19.4.1 is re-signed with a valid certificate; the superseded 19.3.1 release has been removed and its notes consolidated here.

🗞️ What's Changed

💥 Breaking

  • Drop .NET MAUI 9 platform targets (#​1586)
  • Remove Tizen bitmap code; simplify platform detection (#​1583)

✨ Improvements

  • Refactor CompositeDisposable for thread-safety and performance (#​1477)
  • Cross-platform targeting — compile .NET Framework, Windows and Android targets on non-Windows hosts (#​1581, #​1582)
  • Remove a dead System.Reactive package reference from Splat.Core (#​1579)

🐛 Fixes

  • Fix intermittent Raygun test crash caused by unobserved task exceptions (#​1510)

📝 Documentation

  • Add and improve XML documentation for public APIs (#​1476)
  • Update copyright year to 2026 across source files (#​1474)

🧹 Build, CI & signing

  • Migrate signing from SSL.com eSigner to Certum SimplySign (container signing)
  • Switch versioning from Nerdbank.GitVersioning to MinVer
  • Pin 3rd-party actions to commit SHAs (CodeQL)

📦 Dependencies

  • Routine dependency/test-stack updates by @​renovate[bot]

🔗 Full Changelog: reactiveui/splat@19.2.1...v19.4.1

🙌 Contributions

💖 Thanks to all the contributors — @​glennawatson, @​ChrisPulman (see the linked PRs for attribution).

🤖 Automated services that contributed: @​renovate[bot]

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: Splat
  dependency-version: 20.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file nuget NuGet package updates labels Jun 14, 2026
@dependabot dependabot Bot requested a review from karlspace as a code owner June 14, 2026 07:08
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file nuget NuGet package updates labels Jun 14, 2026
@github-actions

Copy link
Copy Markdown

AI Analysis

Technical Summary of Pull Request:

Title: deps(dotnet): Bump Splat from 19.2.1 to 20.0.0


Overview

This PR updates the Splat library dependency from version 19.2.1 to 20.0.0. Splat is a core dependency used for dependency injection, logging, and platform abstractions in .NET applications, typically within ReactiveUI-based projects.


Technical Requirements and Constraints

  • Version Compatibility: The update spans multiple minor and major versions, including a breaking change in 19.4.1 that drops .NET MAUI 9 platform targets and removes Tizen bitmap code.
  • Package Signing: The newer releases use updated code-signing certificates (Certum SimplySign, replacing revoked certificates from SSL.com eSigner).
  • Cross-platform Support: Enhanced support for compiling .NET Framework, Windows, and Android targets on non-Windows hosts.
  • Dependency Management: Removal

This summary was automatically generated by AI to help with triage and may not be 100% accurate.

@karlspace

Copy link
Copy Markdown
Contributor

Thanks @dependabot! 🙏 This update has been included in the consolidated dependency PR #95, now merged to main (commit 34ff202).

Your bump — Splat 19.2.1 → 20.0.0 — landed as part of that merge.

We grouped the six open dependency PRs into one atomic update because they shared a common blocker: the Splat 19.3.1 signing certificate was revoked, which failed the Linux Build & Pack/publish step with NU3012 on several PRs (and would also have blocked the next NuGet release). Bumping the whole set together keeps Central Package Management consistent and lets a single release/publish run cover everything.

Closing this one as consolidated — no action needed. 👍

@karlspace karlspace closed this Jun 14, 2026
@karlspace karlspace deleted the dependabot/nuget/Splat-20.0.0 branch June 14, 2026 18:53
@dependabot @github

dependabot Bot commented on behalf of github Jun 14, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file nuget NuGet package updates

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant